AtsSetLcdPower

 

Turn the LCD power of ATS (Autobase Touch Smart) ON/OFF.

(Note: ATS models only.)

 

void @AtsSetLcdPower(int flag);

 

Parameters

int flag : 0=OFF, 1=ON

 

Return Value

None

 

Example

@AtsSetLcdPower(0);

@Sleep(2000);

@AtsSetLcdPower(1);

 

Description : Power off the LCD of the ATS, wait 2 seconds and turn it back on.

 

Version Information

Supported Version: 10.3.0

 

Related Helps

@AtsSetLcdBrightness()

@AtsSetLcdPower()

@AtsSetPowerReset()